home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / qtalk.zip / README.TXT < prev    next >
Text File  |  1996-10-02  |  3KB  |  80 lines

  1. Quake Talk       by Simon Francis  sjfranci@csm.uwe.ac.uk
  2.  
  3.   This is quite a simple Quake C patch, I can't see why no one else has done
  4. it.  If you have a better 'talk' patch please mail it to me.
  5.  
  6. What it does:
  7. =============
  8.   
  9.   This patch lets you shout random abuse (etc.) at other players.  Not all
  10. players will here it at the same volume, those further away will here it more
  11. quitely (or not at all).  It should also be in stereo.
  12.   At the moment you can broadcast as many messages as you like at the same 
  13. time, because I've used CHAN_AUTO.  Some talentless spuds may starts sending
  14. loads of broadcasts to gain an advantage over a player with a slower computer.
  15. To stop this, in the weapons.qc file change the three CHAN_AUTO's in my middle
  16. section to CHAN_VOICE.
  17.   To find my modifications just search the file for "QTalk".
  18.  
  19.  
  20. How to install it:
  21. ==================
  22.  
  23.   To run this patch make a new sub-directory under quake called, for example,
  24. qtalk.  Unzip qtalk.zip into this directory.  From dos type:
  25. pkunzip -d qtalk.zip qtalk
  26.  
  27.   Some of the files need to be in special subdirectories.  If after unzipping
  28. the directory qtalk\sound\talk doesn't exist, make it.  Put the .wav files in 
  29. this directory. 
  30.  
  31.   Then go the quake directory and type: quake -game qtalk
  32.  
  33.  
  34. Use:
  35. ====
  36.  
  37. Impulse 49 plays either ab1.wav or ab2.wav
  38. Impulse 50 plays either pk1.wav or pk2.wav
  39. Impulse 51 plays either lg1.wav or lg2.wav
  40.  
  41.   From the console type (for example):
  42. bind e "impulse 49"
  43.  To play either ab1 or ab2 when you press e.
  44.  
  45.  
  46.  
  47. Other stuff:  
  48. ============
  49.   
  50.   I may eventually rewrite this so it can be disabled by the server and so
  51. that there is a wait between sounds, if you have any other suggestions feel
  52. free to email me.
  53.  
  54.   I have also included the file mskqt.qc, this is QTalk and Multiskins.
  55. This file replaces weapons.qc, but you also need the other multiskins bits.
  56.   
  57.   Feel free to improve on my code, distribute this patch, etc.
  58.  
  59.   I learnt Quake-C by reading other peoples patches, mostly the flame
  60. thrower by Quake Command (http:\\www.nuc.net/quake).  The Quake-C 
  61. Specifications were also quite helpful.  If you are worked on either, thanks. 
  62.   
  63.   Thanks also to id.
  64.  
  65.   I haven't seen any other patches like this, but there may well be since its
  66. quite easy to do.
  67.  
  68.   Does anyone know how to stop Duke Nukem crashing with more than
  69. three players over an ipx network?  The game hangs, one machine has to be
  70. rebooted but the others can quit as normal.  
  71.  
  72.   For my 3rd (97/98) year at University I have to do a placement year, any
  73. offers would be appreciated.  My course is Bsc.Computing and my email 
  74. address is at the top of this file.
  75.  
  76.  
  77.   I don't except any responsibility for anything bad that this patch does.
  78. Or anything you do with.  If you like it and want to email me, feel free.
  79. If you don't like, just delete it.
  80.